home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / save_pri.swf / scripts / DefineButton2_134 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-03-13  |  154 b   |  7 lines

  1. on(release){
  2.    unInstBtn._visible = true;
  3.    instBtn._visible = false;
  4.    instructions.gotoAndPlay("reveal");
  5.    _root.game.interaction = false;
  6. }
  7.